Welcome![Sign In][Sign Up]
Location:
Search - encrypt file

Search list

[Windows Developgnupg106

Description: GNU Privacy Guard, a tool to encrypt files (e.g. for use as email attachments) with a drag-and-drop interface. Just drop files onto this application and they will be encrypted as self-decrypting EXE files, which will regenerate the original file when executed if you can supply the encryption passphrase. The source code (for Borland C++ Builder) is included
Platform: | Size: 705536 | Author: 鲁卫卫 | Hits:

[File OperateCSPDemo

Description: Demo:用有微软的cryptoAPI CSP加密API函数,对文件(File)进行Encrypt和Decrypt.产生数字签名.对使用CryptEncrypt()等函数是一个很好的例子,程序测试通过.-Demo : Microsoft's cryptoAPI CSP Cryptographic API function, the document (File) Encrypt and Decrypt. Creating a digital signature. The use CryptEncrypt () function is a good example, the test procedure.
Platform: | Size: 1423360 | Author: cogo | Hits:

[Crack Hack300_encrypt

Description: 加密算法 Test Driver for Crypto++, a C++ Class Library of Cryptographic Primitives: - To generate an RSA key cryptest g - To encrypt and decrypt a string using RSA cryptest r - To calculate MD5, SHS, and RIPEMD-160 message digests: cryptest m file - To encrypt and decrypt a string using DES-EDE in CBC mode: cryptest t - To encrypt or decrypt a file cryptest e|d input output - To share a file into shadows: cryptest s <pieces> <pieces-needed> file (make sure file has no extension, if you re running this under DOS) - To reconstruct a file from shadows: cryptest j output file1 file2 [....] - To gzip a file: cryptest z <compression-level> input output - To gunzip a file: cryptest u input output - To run validation tests: cryptest v - To run benchmarks: cryptest b [time for each benchmark in seconds] -encryption algorithm Test Driver for Crypto. a Class C Library of spreadsheets Primitives :- To generate an RSA key cryptest g-To encrypt an d decrypt a string using RSA cryptest r-To calcu late MD5, SHS, and RIPEMD algorithms-160 message digests : cryptest m file-To encrypt and decrypt a string using DES-EDE in CBC mode : cryptest t-To encrypt or decrypt a file cryptes t e | d input output- To share a file into shadows : cryptest's
Platform: | Size: 389120 | Author: Nikii | Hits:

[.netdecrypt

Description: Encrypt/Self decrypt files in Native C++ and .NET,encrypts/self decrypts file at a time based on password and chosen algorithm. -Encrypt/Self decrypt files in Native C++ And. NET, encrypts/self decrypts file at a time based on password and chosen algorithm.
Platform: | Size: 117760 | Author: 刘博 | Hits:

[Crack HackEncrypt

Description: What Does the code DO? Sometimes we may desire to hide our file contents from others.One of the possible way is encrypting these files.Here a simple encryption technique is used(In VB - The same technique can be implemented in "c" also.) Program flow Explained * Open the File to be encrypted for Binary Access Read(Say Source File) * Open a temparory file where encrypted data is stored for Binary Access Write(Say Destination File) * Loop through the Source File Byte by Byte * For each byte read from the file, Complement the data. (Using Not operator (in C we have to use "~" operator) * Write Complemented Data to Destination File * Delete the Source File * Rename Destination file as Source File(Now Encryption is over) -What Does the code DO? Sometimes we may desire to hide our file contents from others.One of the possible way is encrypting these files.Here a simple encryption technique is used (In VB- The same technique can be implemented in
Platform: | Size: 9216 | Author: 刘博 | Hits:

[JSP/JavaRSATest

Description: this a rsa example to encrypt file with RSA
Platform: | Size: 1024 | Author: silencekk | Hits:

[Software EngineeringRSA-file-encode

Description: RSA文件加密的研究和实现(含毕业论文和实现代码)-RSA File Encryption Research and Implementation (including thesis and the realization of the code)
Platform: | Size: 1062912 | Author: 徐鹤 | Hits:

[assembly languageencrypt

Description: 编写简单的加密程序它把一个文件的所有字母按下列规律进行 换,非字母的字符保持不变。文本可以自行创建,文件名可以自定 转换规律:‘A’→‘Z’,‘B’→‘Y’,• • -The preparation of a simple encryption program it to a file of all the letters according to the following rules of conduct for non-letter characters remain unchanged. Text can be created, the file name can be self-conversion law: A → Z, B → Y,
Platform: | Size: 8192 | Author: lg | Hits:

[File OperateENCRYPT

Description: File Encryption The ENCRYPT sample is a console application that encrypts files. Files encrypted with this sample can be later decrypted with the DECRYPT sample. Note that the INITUSER sample (or equivalent) must be run prior to running these samples, to create a key container for the default user.
Platform: | Size: 21504 | Author: myname | Hits:

[CA authjiamijiemi

Description: 用des方式加密,解密。输入文件路径后再输入加密后文件产生路径,就可以进行加密,解密亦然-Way to use des encryption, decryption. Enter the file path and then enter the encrypted file have the path, you can encrypt, decrypt so
Platform: | Size: 44032 | Author: lijie | Hits:

[Windows DevelopEncrypt

Description: 使用CSP实现高强度文件加密,widows平台。-The use of CSP to achieve high-strength file encryption, widows platform.
Platform: | Size: 15360 | Author: 杨方宇 | Hits:

[Crack HackEncryptFile

Description: File Encrypt classes
Platform: | Size: 28672 | Author: DarkPhantom | Hits:

[Crack Hack8-2-4

Description: 檔案加解密程式-使用DES對稱式金鑰加密演算法進行檔案加密-File encryption and decryption program- the use of DES symmetric key encryption algorithm to encrypt files
Platform: | Size: 14336 | Author: Reg | Hits:

[CA authuEncrypt

Description: 对文件进行加密或者解密,验证好用,测试环境delphi7.0-Encrypt the content of file or strings,delphi7.0 ,success
Platform: | Size: 7168 | Author: 田春勇 | Hits:

[CA authEncrypt

Description: 基于VC++基础上仿射加密\RSA加密\DES加密的文件加密系统-Based on VC++ based on the affine encryption \ RSA encryption \ DES encryption file encryption system
Platform: | Size: 1164288 | Author: yuchao | Hits:

[Crack Hack917182414932

Description: 实现了AES加密的功能,包括文件加密、流加密、文件加密。-AES is short for Advanced Encrypt Standard.The source code encrypt file,stream and strring.
Platform: | Size: 228352 | Author: meng | Hits:

[CSharpFileEncryptionAndDecryption

Description: C#加解密文件,可以自己创建私有密钥对文件进行加密与解密,IO对称加解密操作,强度很高,无私钥与解密算法情况下可逆性几乎为零。。VS2003/VS2005下编译通过-C# file encryption and decryption, you can create your own private key to encrypt and decrypt files, IO symmetric encryption and decryption operations, a high intensity, non-private key and decryption algorithm almost zero cases reversible. . Compiled under the VS2003/VS2005 through
Platform: | Size: 27648 | Author: 赵世玉 | Hits:

[Crack HackRC4-File-Encrypt-Decrypt-Program

Description: RC4 Encrypt/Decrypt file
Platform: | Size: 1024 | Author: hz | Hits:

[Crack HackEncrypt

Description: 文件加密器,实现了文件的加解密,拥有图形界面,多线程设计,可以在加解密的同时显示进度。本人的课程设计-File encryption devices to realize the file encryption and decryption, with graphical interface, multi-threaded design, you can display the progress of encryption and decryption at the same time. My Curriculum
Platform: | Size: 8192 | Author: 申瑞珉 | Hits:

[Crack HackCryptFile

Description: 使用自定义密码 进行文件加密 使用传入密码生成 SymmetricAlgorithm-You can encrypt and decrypt file with your password.
Platform: | Size: 15360 | Author: botao | Hits:
« 12 3 4 5 6 7 8 9 10 ... 19 »

CodeBus www.codebus.net